@charset "utf-8";

/* css */

* { margin: 0; padding: 0 }

body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #333; background: #E9EAED; line-height: 1.5; overflow-x: hidden; }

img { border: 0; display: block }

ul, li { list-style: none; }

a { text-decoration:none; color: #333; }

a:hover { color: #000; text-decoration:underline; }

.clear { clear: both; width: 100%; overflow: hidden; height: 20px }

.clearblank { clear: both; width: 100%; overflow: hidden; }

.fl { float: left!important; }

.fr { float: right!important; }

.box, article { width: 1200px; margin: auto; overflow: hidden }

.navbox { width: 1200px; margin: auto; }

.mt20 { margin-top: 20px; }

.blue { color: #00C1DE }

/*header*/

header { width: 100%; padding: 5px 0; background: #1C2327; height: 50px; }

.logo { float: left; margin-right: 60px; line-height: 50px; color: #FFF; font-size: 22px }

.logo a { color: #FFF }

.logo img { margin-top: -8px; }

.imgscale img { width: 100%; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }

.imgscale:hover img { transform: scale(1.1); }

/*nav*/

nav { float: left; height: 50px; line-height: 50px; text-align: center; }

#starlist { }

#starlist li { position: relative; display: inline; float: left; width: max-content; }

#starlist li a { display: inline; float: left; padding: 0 20px; color: #fff }

#starlist li a:hover, #starlist #selected, .selected > a, #starlist li:hover { color: #00c1de; }

#starlist li:hover a { color: #00c1de }

#starlist ul.sub { overflow: hidden; position: absolute; left: 0; top: 50px; background: #1C2327; display: none; z-index: 9 }

#starlist ul.sub li { height: 30px; line-height: 30px; font-size: 14px; }

#starlist ul.sub li:last-child { padding-bottom: 10px }

#starlist ul.sub li a { color: #FFF }

#starlist ul.sub li a:hover { color: #00c1de }

#starlist li:hover ul.sub { display: block }

/*箭头*/

.menu:before { position: absolute; content: ""; top: 22px; right: 5px; background: url(../images/jt.png) no-repeat; width: 8px; height: 8px; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }

.menu:hover:before { transform: rotate(180deg) }/*旋转*/

#mnavh { display: none; margin: 5px 0 0 0; width: 24px; height: 40px; float: right; text-align: center; padding: 5px 10px; }

.navicon { display: block; position: relative; width: 30px; height: 5px; background-color: #fff; margin-top: 20px; }

.navicon:before, .navicon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #fff; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }

.navicon:before { margin-top: -10px; }

.navicon:after { margin-top: 10px; }

.open .navicon { background: none }

.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #fff; }

/*menu+*/

.menu span { display: none; width: 50px; height: 50px; background: #12b7de; opacity: 0.5; position: absolute; top: 0; right: 0; border-left: #49ccea 1px solid; }

/*search*/

.searchico { margin-top: 5px; width: 39px; height: 39px; float: right; display: inline; cursor: pointer; background: url(../images/bg.png) no-repeat center !important; }

.searchbox { width: 1200px; margin: 10px auto; overflow: hidden; background: #ffffff; position: relative; }

.search { width: 50%; margin: 20px auto; background: #222;  position: relative; border: #ccc 1px solid; display: none; }

.search input.input_submit { border: 0; background: 0; color: #fff; outline: none; position: absolute; top: 10px; right: 7% }

.search input.input_text { border: 0; line-height: 36px; height: 36px; width: 80%; padding-left: 10px; outline: none }

.open { display: block !important }

.searchclose { background: url(../images/close.png) no-repeat; display: block; position: absolute; width: 28px; height: 30px; right: 5px; top: 5px }

/*article*/



/*lbox*/

.lbox { width: 75%; float: left; overflow: hidden }

/*banner*/

.banbox { width: 100%; overflow: hidden; float: left; margin-bottom: 20px }

.banner { width: 100%; overflow: hidden; float: left; }

.fader { position: relative; width: 100%; height: 360px; /*padding-top: 50%;*/ font-family: "futura", arial; overflow: hidden; }

.fader .slide { position: absolute; width: 100%; top: 0; z-index: 1; opacity: 1; }

.fader .slide img { width: 100%; height: 360px; margin: auto; }

.fader .prev, .fader .next { position: absolute; height: 32px; line-height: 32px; width: 40px; top: 50%; left: 50px; z-index: 4; margin-top: -25px; cursor: pointer; opacity: 0; transition: all 150ms; }

.fader .prev { background: url(../images/left.png) no-repeat }

.fader .next { left: auto; right: 50px; background: url(../images/right.png) no-repeat }

.fader .pager_list { position: absolute; width: 100%; height: 26px; padding: 0; line-height: 40px; bottom: 0; text-align: center; z-index: 4; }

.fader .pager_list li { display: inline-block; width: 10px; height: 10px; margin: 0 7px; background:#000000; opacity: 1; text-indent: -9999px; cursor: pointer; transition: all 150ms; }

.fader .pager_list li:hover, .fader .pager_list li.active { opacity: 1; background: #12b7de; }

.banner:hover .fader_controls .page.prev { opacity: .7; left: 20px }

.banner:hover .fader_controls .page.next { opacity: .7; right: 20px }



.whitebg { background: #fff; margin-bottom: 20px;padding:20px; }

/*zhuanti*/

.zhuanti ul { overflow: hidden; padding: 10px 0 20px 10px; position: relative; }

.zhuanti ul:before { content: ""; position: absolute; background: #fff; width: 1px; height: 100%; left: 10px }

.zhuanti ul:after { content: ""; position: absolute; background: #fff; width: 100%; height: 1px; bottom: 20px; left: 0; }

.zhuanti li { float: left; width: 30.6%;overflow: hidden; padding: 10px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }

.ztpic { width: 100%; height: 146px; overflow: hidden;  background: #CCC; display: block }

.ztpic img { display: inline-block; width: 100%; min-height: 100%; height:146px; vertical-align: middle; transition: all .5s ease-out .1s; }

.zhuanti li b { display: block; width: 100%; overflow: hidden; height: 30px; line-height: 30px; margin: 10px 0; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.zhuanti li span { color: #999; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; font-size: 14px; height: 62px; }

.readmore { margin: 10px 0 0 0; color: #0896f0; display: block; }

.zhuanti li:hover img { transform: scale(1.05) }

/*bloglist*/

.bloglist ul { padding: 10px 0 0 }

.bloglist li { overflow: hidden; margin-bottom: 20px; border-bottom: #eee 1px dashed; padding-bottom: 20px; position: relative; min-height: 120px; }

.blogtitle { margin: 0 0 10px 0; font-size: 18px; overflow: hidden; }

.bloglist li:hover .blogtitle a { color: #337ab7; }

.blogtitle b { color: #F00 }

a.viewmore { display: block; right: 10px; bottom: 20px; position: absolute; padding: 3px 10px; background: #12b7de; color: #fff; }

.blogpic { float: left; width: 23.2%; height:155px;margin-right: 20px; display: block; overflow: hidden;position: relative }

.blogpic i { display: block; position: absolute; top: 0; left: 0; z-index: 9; font-style: normal; padding: 3px 5px; background: rgba(18,182,221,.8); font-size: 14px; }

.blogpic i a { color: #FFF }

.bplist { display: block; overflow: hidden }

.bplist a { display: block; float: left; width: 25%; overflow: hidden }

.bplist a img { width: 200px; height: 140px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }

.bplist a img:hover { transform: scale(1.05) }

.blogtext { font-size: 14px; color: #666; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; margin-top: 20px }

.bloginfo { margin-top: 20px; overflow: hidden; color: #999; line-height: 34px; }

.bloginfo span { margin: 0 5px }

.bloginfo span a { color: #096 }

.avatar { position: relative; float: left; width: 30px; height: 30px; border-radius: 100%; padding: 2px; display: block; background: -webkit-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7)); background: -o-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7)); background: linear-gradient(to top right, rgba(0,153,255,.9), rgba(42,228,197,.7)); }

.avatar img { width: 100%; border-radius: 50%; }

.avatar::after { content: ""; position: absolute; background-size: 12px; width: 12px; height: 12px; right: 0; bottom: 0 }

/*links*/

.sqlink { float: right; margin-right: 10px; font-size: 14px }

.sqlink a { color: #666 }

.sqlink a:hover { color: #000; text-decoration: underline }

.links ul { overflow: hidden; margin-top: 20px }

.links li { display: inline-block; width: 50%; float: left; line-height: 30px; text-align: center }

.links li a { display: block; }

.links li:hover { background: #f7f7f7 }

/*rbox*/

.rbox { width: 23.5%; float: right; overflow: hidden; }

/*htitle*/

.htitle { font-size: 18px; padding-bottom:10px;line-height: 40px; border-bottom: 1px solid #eee; color: #484848; font-weight: normal; position: relative; margin-bottom: 10px; }

.htitle:after { content: ""; position: absolute; width: 60px; height: 2px; content: ""; background: #000; left: 0; bottom: 0; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }

.htitle:hover:after { width: 80px; }

/*topnews*/

.topnews { display: block; margin: 20px 0; background: #000; position: relative; overflow: hidden;  max-height: 110px; }

/*aside_hot*/

.aside_hot  { overflow: hidden }

.aside_hot li { height: 30px; line-height: 30px; margin-bottom: 10px; padding-left: 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.aside_hot  li:nth-child(even) { background: #f6f6f6 }

.aside_hot  li i { display: block; width: 16px; height: 16px; background: #B1B1B1; float: left; margin-top: 8px; margin-right: 10px; position: relative; font-style: normal }

.aside_hot  li i::before { position: absolute; left: 0; top: 0; font-size: 9px; color: #fff; line-height: 16px; width: 16px; text-align: center }

.aside_hot  li:first-child i, .aside_hot  li:nth-child(2) i, .aside_hot  li:nth-child(3) i { background: #FF6600; }

.aside_hot  li:first-child i::before { content: "1"; }

.aside_hot  li:nth-child(2) i::before { content: "2"; }

.aside_hot  li:nth-child(3) i::before { content: "3"; }

.aside_hot  li:nth-child(4) i::before { content: "4"; }

.aside_hot  li:nth-child(5) i::before { content: "5"; }

.aside_hot  li:nth-child(6) i::before { content: "6"; }

.aside_hot  li:nth-child(7) i::before { content: "7"; }

.aside_hot  li:nth-child(8) i::before { content: "8"; }

.aside_hot  li:hover { -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }

/*aside_hot_comment*/

.aside_hot_comment ul { overflow: hidden; padding-top: 10px }

.aside_hot_comment li { overflow: hidden; margin-bottom: 10px; height: 60px; }

.aside_hot_comment li i { width: 70px; height: 70px; margin-right: 10px; overflow: hidden; display: block; float: left; }

.aside_hot_comment li i img { height: 100%; max-width: 100%; min-width: 100%; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }

.aside_hot_comment li p { margin-top: 10px; line-height: 20px; max-height: 40px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-size: 14px; }

.aside_hot_comment li:hover { background: #f6f6f6; }

.aside_hot_comment li:hover img { transform: scale(1.1); }

/*wenzi*/

.wenzi li { line-height: 22px; margin-bottom: 10px; position: relative; padding-left: 15px }

.wenzi li:before { position: absolute; content: ""; width: 3px; height: 3px; background: #000;left: 0px; top: 10px; }

/*tongji*/

.tongji li { margin-bottom: 8px }

.tongji li a { color: #096 }

.tongji li a:hover { text-decoration: underline; color: #000 }

.tongji_gzh { width: 80%; margin: auto; overflow: hidden; }

.tongji_gzh img { width: 100% }

/*footer*/

footer { background: #373D41; width: 100%;padding: 30px 0; color:#FFFFFF; font-size: 14px; }

.endnav{text-align:center;}

.endnav b { font-size: 16px; color: #00c1de;}

.endnav p { margin-bottom: 5px }

footer a { color: #FFFFFF; }

footer a:hover { color: #FFFFFF }

.top { width: 40px; height: 40px; display: block; background: url(../images/top.png) no-repeat center #000; right: 20px; bottom: 10%; position: fixed }

#divCommentPost{padding:20px;}

#divCommentPost textarea{width:100%;height:150px;margin-top:10px;}

#divCommentPost .button{padding: 6px 18px;margin-top: 10px;background-color: #fff;border: 1px solid #ccc;font-size:14px;}

#divCommentPost .button:hover{background-color:#00C1DE;color:#fff;border:1px solid #00C1DE;}

#inpName,#inpEmail,#inpHomePage{width:92%;height:36px;margin-top:12px;}

.content_box{padding:30px;}

.content_box p{

margin:auto;

}



.content_box img{

text-align:center;

margin:auto;

max-width:98%;

}

.pagebar{text-align:right;font-size:16px;margin:16px 0;}

.pagebar span{padding:4px 12px;border:1px solid #b6b6b6;}

.pagebar span:hover{color:#fff;background-color:#00C1DE;border:1px solid #00C1DE;}

.pagebar .now-page{background-color:#ccc;}

.divTags li{padding:2px 6px; display:inline-block;background-color:#eee;margin:3px;}

.divTags li:hover a{color:#00C1DE;}

.postbottom{display:none;}

/*评论*/

ul.msg{

	width:98%;

	margin:10px 0 20px 0;

	padding:5px 1% 5px 1%;

	text-align:left;

	list-style-position : outside;

    table-layout: fixed;

    word-wrap:break-word;

    font-size:18px;

}



li.msgname{

	padding:0 0 10px 5px;

	margin:0px;   

	font-weight: bold;

    font-size:1em;

}

.msgname small{font-size:14px;font-weight:normal;}

.msgname a:hover{color:#00C1DE;}

li.msgname *{



}



li.msgurl{

	text-align:right;

	padding:2px 10px 2px 10px;

	margin:0;

    font-size:1em;

}





li.msggravatar{

	display:block;

	float:left;

	margin-right:5px;

}



li.msgarticle{

	list-style-position : outside;

	padding:10px;

	margin:0;

	line-height:180%; 

    background:#FFF;

	padding-left:55px;

	padding-top:0px;

    border-bottom:1px solid #eaeaea;

}



li.msgtime{

	padding:5px 0 0 0;

	font-weight: normal; 

	font-size:0.8em;

}

img.avatar{

	width:40px;

	height:40px;

	float:left;

	padding:4px;

	border:1px solid #eaeaea;

}

ul.msg ul.msg{

	padding:10px 0 0 0;

	margin:20px 0 0 0;

    border-top:1px solid #f5f5f5;

    border-bottom:none;

}

ul.msg ul.msg li.msgarticle{

	padding-bottom:0px;

    border-bottom:0px solid #f5f5f5;

}



ul.msg ul.msg li.msgname{

	padding:0px;

}

.divComments li{line-height:2.2em;border-bottom:1px solid #f5f5f5;}





/*

list2.html

*/

.liucheng ul { overflow: hidden; margin-top: 20px }

.liucheng li { width: 33.3%; float: left; padding-bottom: 20px }

.liucheng li section { display: block; margin: 0 15px; box-shadow: #e9eaed 1px 1px 5px; }

.liucheng li h2 { font-size: 16px; line-height: 36px; background: #1c2327; color: #FFF; font-weight: normal; text-align: center; margin-bottom: 15px; }

.liucheng li p { padding: 0 10px; font-size: 14px; line-height: 30px }

.liucheng li p:last-child { padding-bottom: 15px }

.liucheng li a:hover { color: #30a6de }

.red { color: #F00 }

#lc_weixin { position: relative }

#lc_weixin i { display: block; position: absolute; bottom: 40px; right: 0; box-shadow: #e9eaed 1px 1px 5px; }

#lc_weixin i img { height: 100px; display: none }

#lc_weixin:hover i img { display: block }

/*pagelist*/

.pagelist { text-align: center; color: #666; width: 100%; clear: both; margin: 0 0 10px; }

.pagelist a { color: #666; margin: 0 5px 10px; padding: 5px 10px; background: #F7F7F7; display: inline-block; }

.pagelist a:hover, .pagelist > b { color: #3690cf; color: #FFF; background: #1C2327; }

.pagelist > b { padding: 5px 10px; }

a.curPage { color: #19585d; font-weight: bold; }

/*cloud*/

.cloud ul a { line-height: 24px; height: 24px; display: block; background: #999; float: left; padding: 3px 10px; margin: 10px 5px 0 0;  -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; color: #FFF }

.cloud ul a:nth-child(8n-7) { background: #8A9B0F }

.cloud ul a:nth-child(8n-6) { background: #EB6841 }

.cloud ul a:nth-child(8n-5) { background: #3FB8AF }

.cloud ul a:nth-child(8n-4) { background: #FE4365 }

.cloud ul a:nth-child(8n-3) { background: #FC9D9A }

.cloud ul a:nth-child(8n-2) { background: #EDC951 }

.cloud ul a:nth-child(8n-1) { background: #C8C8A9 }

.cloud ul a:nth-child(8n) { background: #83AF9B }

.cloud ul a:first-child { background: #036564 }

.cloud ul a:last-child { background: #3299BB }

.cloud ul a:hover { border-radius: 0; text-shadow: #000 1px 1px 1px }

/*



daohang.html



*/

.site_tj { overflow: hidden; padding-top: 20px }

.site_tj li { width: 16.6%; float: left; text-align: center; line-height: 30px; margin-bottom: 10px; }

.site_tj li a {display: block; border: 1px solid #EBEBEB; margin: 0 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.site_tj li:hover a { box-shadow: 0 4px 10px -4px rgba(48, 63, 107, 0.20); background: #222; color: #fff }

.site_yx li:nth-child(30n) { margin-bottom: 60px }

/*



about



*/

.about { overflow: hidden; background: url(../images/abbg.png) no-repeat right top #fff; padding: 20px 40px }

.ab_box { overflow: hidden; margin: 20px 0; }

.ab_box h3 { margin: 10px 0 10px; font-size: 18px; }

.ab_box p { color: #666; margin-bottom: 5px }

.avatar_pic { position: relative; float: left; margin-right: 10px; background: -webkit-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7)); background: -o-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7)); background: linear-gradient(to top right, rgba(0,153,255,.9), rgba(42,228,197,.7)); display: block; padding: 2px; width: 100px; border-radius: 50%; }

.avatar_pic img { width: 100%; border-radius: 50%; }

.avatar_pic:before { position: absolute; content: ""; background: url(../images/v.png) no-repeat; bottom: 0px; right: 10px; height: 24px; width: 24px; background-size: 24px; }

.ab_dubai { margin-bottom: 15px; display: inline-block; }

.ly_button { float: right; width: 100px; background: #000; text-align: center; line-height: 30px }

.ly_button a { color: #FFF }

.gd_title { margin: 20px 0; font-size: 18px; background: url(../images/hline.png) no-repeat bottom right; width: 120px; clear: both; background-size: 40px; border-bottom: #000 1px dashed; padding-left: 10px; padding-bottom: 5px; display: inline-block; }

.xinlu li { width: 25%; float: left; overflow: hidden; margin-bottom: 20px }

.xinlu li a { display: block; margin: 0 10px; background: #f3f3f3; padding: 20px; }

.xinlu li i { display: block; overflow: hidden; height: 120px; margin-bottom: 10px }

.xinlu li i img { width: 100%; min-height: 120px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }

.xinlu li i:hover img { transform: scale(1.1); }

.xinlu li p { font-weight: bold; margin-bottom: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.xinlu li span { color: #666; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; font-size: 14px; height: 62px; }

.myblog { overflow: hidden; clear: both }

.myblog li { width: 20%; float: left; display: block; text-align: center; padding-bottom: 10px; position: relative; overflow: hidden }

.myblog li:after { position: absolute; content: ""; right: 0; top: 0; background: #e9eaed; height: 100%; width: 1px; }

.myblog li:last-child:after { content: none }

.myblog li b { display: block; line-height: 30px; margin-bottom: 10px; }

.buttons { display: block; margin: 10px auto; width: 130px; text-align: center; background: #00c1de; padding: 5px 0; color: #fff; }

.buttons:hover { color: #FFF }

.myblog li:nth-child(even) .buttons { background: #F60 }

.myblog p { margin-bottom: 10px }

.qq_join li { float: left; width: 25%; }

.qq_join li section { margin: 0 20px; box-shadow: #ccc 1px 1px 5px; padding: 10px; display: block; overflow: hidden }

.qq_join li img { width: 90%; margin: auto; background: -webkit-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7)); background: -o-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7)); background: linear-gradient(to top right, rgba(0,153,255,.9), rgba(42,228,197,.7)); display: block; padding: 5px; }

.qq_join li p { margin: 10px; }

.qq_join li b { color: #019881; margin: 0 5px; }

/*

	

	info.html

	

*/

.con_tilte { font-size: 22px; margin-top: 20px }

.con_nav { float: right; font-size: 14px; color: #666 }

.con_nav a { color: #666 }

.con_nav a:hover { color: #000 }

.con_info { margin: 10px auto 0; line-height: 23px; background: none repeat 0 0 #F6F6F6; }

.con_info b { margin-right: 10px; color: #000; }

.con_text { line-height: 24px; margin-top: 20px; }

.con_text a { color: #09C;word-break: break-all; }

.con_text a:hover { text-decoration: underline }

.con_text p { margin: 15px 0; }

.con_text img { display: block; max-width: 100% !important; height:!important;

margin: auto }

.price_info ul { padding-top: 15px; position: relative; overflow: hidden }

.price_info p { margin-bottom: 5px }

.price_info img { position: absolute; right: 20px; top: 0; width: 120px }

.share { padding: 10px 20px; background: #f7f7f7; border-left: 3px solid #000; }

.otherlink { margin: 10px 0; overflow: hidden }

.otherlink li { position: relative; line-height: 26px; height: 26px; display: block; width: 50%; float: left; overflow: hidden; }

.otherlink li:nth-child(-n+1){display:none;}

.otherlink li a { display: block; margin-right: 30px; padding-left: 10px; }

.otherlink li a:hover { text-decoration: underline; color: #000 }

.otherlink li:before { position: absolute; content: ""; width: 3px; height: 3px; background: #000; left: 0px; top: 12px; }

.nextinfo a { color: #000 }

.ad img { width: 100% }

.xiangsi { margin-top: 20px; overflow: hidden }

.xiangsi li { width: 25%; float: left; overflow: hidden; margin-bottom: 20px; padding-bottom: 10px; }

.xiangsi a { display: block; margin: 0 5px; padding-bottom: 10px; box-shadow: #ececec 0px 2px 5px; }

.xiangsi li i { display: block; overflow: hidden; height: 120px; margin-bottom: 10px; }

.xiangsi li i img { width: 100%; min-height: 120px; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }

.xiangsi li i:hover img { transform: scale(1.1); }

.xiangsi li p { font-weight: bold; margin-bottom: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 0 8px }

.xiangsi li span { color: #666; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; font-size: 14px; height: 62px; padding: 0 8px }

/*timebox*/

.timebox { background: url(../images/abbg.png) no-repeat right top #fff; ; padding: 30px }

.timebox ul { overflow: hidden; }

.timebox span { position: relative; line-height: 32px; padding-right: 40px; color: #999 }

.timebox span:after { position: absolute; content: ""; width: 2px; height: 40px; background: #e0dfdf; right: 18px }

.timebox li { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.timebox li i { position: relative; font-style: normal }

.timebox li i:before { content: " "; height: 10px; width: 10px; border: 2px solid #cccaca; background: #fff; position: absolute; top: 4px; left: -26px; border-radius: 50%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }

.timebox li:hover i:before { background: #080808 }

.pagelist.mt20 { margin-top: 20px; }



@charset "utf-8";

@media screen and (min-width: 1024px) and (max-width: 1199px) {

.navbox { width: 96% }

#starlist li a { padding: 0 10px; }

#starlist li.menu:before { right: 0 }

.zhuanti li { width: 27% }

.searchbox { width: 96% }

.box, article { width: 96% }

.fader .slide img { height: 320px }

.links li { width: 100%; text-align: left }

.jianzhan li section { margin: 0 5px; }

.jianzhan li:nth-child(1) { width: 30% }

.jianzhan li:nth-child(3) { width: 36.3% }

}

@media screen and (max-width: 1023px) {

/*header*/

header { position: fixed; z-index: 999 }

nav { width: 100%; height: auto; background: rgba(0,0,0,0.5); margin-top: 18px; position: fixed; z-index: 999; top: 42px; }

.searchico { position: absolute; top: 6px; right: 10px; }

.search { width: 80% }

.navbox { width: 100% }

.searchbox { width: 100%; position: fixed; top: 50px; z-index: 99; background: rgba(0,0,0,.8); }

.logo { margin-left: 0; line-height: 56px;    float: none;    text-align: center;    margin-right: 0px; }

#mnavh { overflow: hidden; position: absolute; }

#mnavh { display: block; }

#starlist { display: none; width: 100%;/* top: 30px; */ }

#starlist li { width: 55%; text-align: center; background: #12b7de; float: none; display: block; font-weight: bold; }

#starlist li:last-child { padding-bottom: 100% }

#starlist li a { color: #fff; display: block; width: 100%; text-align: center; float: none; padding: 0; background: #12b7de; border-bottom: #49ccea 1px solid; }

#starlist ul.sub { display: block; position: inherit; left: inherit; top: inherit; }

#starlist ul.sub li { width: 100% }

#starlist ul.sub li:last-child { padding-bottom: 0; border-bottom: #49ccea 1px solid; }

#starlist ul.sub li a { color: #fff; font-weight: normal; border-bottom: none; }

#starlist ul.sub li a:hover, #starlist li:hover a, #starlist #selected { color: #fff; }

.menu span { display: block; width: 50px; height: 50px; background: #12b7de; opacity: 0.5; position: absolute; top: 0; right: 0; border-left: #49ccea 1px solid; }

.menu:before { right: 20px; }

/**/

.box, article { width: 96% }

article { padding-top: 80px; }

.lbox { width: 100% }

.rbox { display: none }

.qq_join li section { margin: 0 10px }

.jianzhan li section { margin: 0 5px; }

.jianzhan li:nth-child(1) { width: 30% }

.jianzhan li:nth-child(3) { width: 36.3% }

.zhuanti li { width: 27%; }

}

 @media only screen and (max-width: 768px) {

.logo img{margin:-8px auto;}

.zhuanti li { padding: 15px; }

.bplist a img { width: 96% }

.xinlu li a { padding: 5px; margin: 0 5px; }

.myblog li { width: 33.3%; }

.qq_join li section { margin: 0 5px; padding: 5px; }

.qq_join li p { margin: 10px 0; font-size: 12px }

.endnav p:last-child { text-align: center; margin-top: 20px; }

.site_tj li { width: 20% }

.hnav a { font-size: 12px }

.muban li section { margin: 0 5px; height: 260px; overflow: hidden }

.zhuanti li { width: 27.6%; padding: 8px }

}

 @media only screen and (max-width: 480px) {

.logo img{margin:-8px auto;}

.headline { width: 100% }

.headline ul { height: auto; padding-bottom: 10px; overflow: hidden }

.headline ul li { width: 49%; float: left; }

.headline ul li:last-child { float: right }

.headline ul li span { padding: 0 20px }

.banbox { width: 100% }

.fader { height: 200px; }

.newspic { width: 100%; height: auto }

.newspic li { width: 49%; float: left }

.newspic li:last-child { float: right }

.newspic li a { height: 100% }

.newslist { float: none; width: 100% }

.zhuanti ul { padding: 0 }

.zhuanti li { width: 44%; padding: 8px; }

.zhuanti ul:before { left: 0; }

.zhuanti ul:after { bottom: 0 }

.ad { padding: 5px }

.blogtitle { font-size: 16px }

.bplist { height: 60px }

.bplist a img { height: 100% }

a.viewmore { position: static; margin-top: 20px; text-align: center }

.blogpic { width: 100px; margin-right: 10px; height: 76px; }

.blogtext { margin-top: 15px }

.lanmu h1 { font-size: 18px; }

.top_pic { width: 100%; float: none; margin-bottom: 10px }

.top_box { float: none; width: 100%; }

.liucheng li, .jianzhan li:nth-child(1), .jianzhan li:nth-child(3) { width: 100%; }

.muban li section { height: auto }

.site_tj li { width: 50% }

.about { padding: 20px }

.ab_box p:last-child { width: 100%; clear: both; padding-top: 10px }

.ly_button { float: none; display: block; }

.xinlu li { width: 50% }

.myblog li, .xiangsi li { width: 50% }

.qq_join li { width: 50%; margin-bottom: 20px }

.wxbox ul { overflow: hidden; text-align: center }

.wxbox li { float: none; display: inline-block }

.wxbox { float: none }

.endnav { width: 100%; overflow: hidden; margin-top: 20px }

.endnav p { margin: 0 10px }

.price_info img { position: static }

.free li { width: 100%; margin-bottom: 10px }

.newspic span { padding: 0 8px; }

.hnav { float: none; width: 100%; clear: both; display: block; overflow: hidden; }

.ztpic { height: 60px; }

.zhuanti li b { -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-size: 14px; height: 42px; line-height: 24px; white-space: inherit; }

.bloginfo { width: 100% }

.imgscale img { height: 100%; max-width: 100%; }

.blogpic i { display: none }

.fader .slide img { height: 200px; }

.otherlink li{width:100%}

.tab_buttons { overflow-x: auto;}

.tab_buttons ul { width: 600px;overflow-x: scroll;}

.tab_buttons li {margin-right: 30px;width: auto;}

.newscurrent:after{width:100%}

}